home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-admin / admin-footer.php next >
Encoding:
PHP Script  |  2005-04-21  |  456 b   |  13 lines

  1.  
  2. <div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-images/wp-small.png" alt="WordPress" /></a><br />
  3. <?php bloginfo('version'); ?> <br /> 
  4. <a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br />
  5. <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
  6. </p>
  7.  
  8. </div>
  9.  
  10. <?php do_action('admin_footer', ''); ?>
  11.  
  12. </body>
  13. </html>